Html Css Color HEX #B61929 Cardinal

📋 copy color: '#B61929'

red 182 ◦ green 25 ◦ blue 41

#B61929
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B61929

Tints of Cardinal #B61929

RGB

 RED value IS 182 (71.48% from 255) = 73.39%

 GREEN value IS 25 (10.16% from 255) = 10.08%

 BLUE value IS 41 (16.41% from 255) = 16.53%

R = 73.39%
G = 10.08%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B61929 (or 0xB61929) is known color: Cardinal. HEX triplet: B6, 19 and 29. RGB value is (182,25,41). Sum of RGB (Red+Green+Blue) = 182+25+41=248 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.39% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 182 - color contains mainly: red. Hex color #B61929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61929 is #49E6D6. Grayscale: #494949. Windows color (decimal): -4843223 or 2693558. OLE color: 2693558.

HSL color Cylindrical-coordinate representation of color #B61929: hue angle of 353.89º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61929 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 25 41 -
CMYK 0 0.86 0.77 0.29
HSL 353.89º 0.76% 0.41% -
HSV(B) 353.89º 0.86% 0.71% -
XYZ 20.04 10.8 3.13 -
YUV 73.77 109.51 205.2 -
System Red Green Blue C M Y K H S L
Decimal 182 25 41 0 0.86 0.77 0.29 353.89 0.76 0.41
Hex B6 19 29 0 56 4D 1D 162 4C 29
Octal 266 31 51 0 126 115 35 542 114 51
Binary 10110110 11001 101001 0 1010110 1001101 11101 101100010 1001100 101001

Color Harmonies of #B61929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61929

Black with #B61929

Text Example


Text Example

White with #B61929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61929; }

 p { color: rgb(182,25,41); }

 H1.HeaderClassName
 {
   color: #B61929;
 }
 .AnyTagClassName
 {
   color: #B61929;
 }
</style>

background-color css

<style>
 a { background-color: #B61929; }

 a { background-color: rgb(182,25,41); }

 div.DivClassName
 {
   background-color: #B61929;
 }
 .BgClassName
 {
   background-color: #B61929;
 }
</style>

border-color css

<style>
 span { border-color: #B61929; }

 span { border-color: rgb(182,25,41); }

 td.TdClassName
 {
   border-color: #B61929;
 }
 .TagClassName
 {
   border-color: #B61929;
 }
</style>