Html Css Color HEX #B92029 Cardinal

📋 copy color: '#B92029'

red 185 ◦ green 32 ◦ blue 41

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

Shades of Cardinal #B92029

Tints of Cardinal #B92029

RGB

 RED value IS 185 (72.66% from 255) = 71.71%

 GREEN value IS 32 (12.89% from 255) = 12.4%

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

R = 71.71%
G = 12.4%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B92029 (or 0xB92029) is known color: Cardinal. HEX triplet: B9, 20 and 29. RGB value is (185,32,41). Sum of RGB (Red+Green+Blue) = 185+32+41=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B92029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92029 is #46DFD6. Grayscale: #4E4E4E. Windows color (decimal): -4644823 or 2695353. OLE color: 2695353.

HSL color Cylindrical-coordinate representation of color #B92029: hue angle of 356.47º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B92029 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 32 41 -
CMYK 0 0.83 0.78 0.27
HSL 356.47º 0.71% 0.43% -
HSV(B) 356.47º 0.83% 0.73% -
XYZ 20.92 11.51 3.22 -
YUV 78.77 106.69 203.77 -
System Red Green Blue C M Y K H S L
Decimal 185 32 41 0 0.83 0.78 0.27 356.47 0.71 0.43
Hex B9 20 29 0 53 4E 1B 164 47 2B
Octal 271 40 51 0 123 116 33 544 107 53
Binary 10111001 100000 101001 0 1010011 1001110 11011 101100100 1000111 101011

Color Harmonies of #B92029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92029

Black with #B92029

Text Example


Text Example

White with #B92029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92029; }

 p { color: rgb(185,32,41); }

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

background-color css

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

 a { background-color: rgb(185,32,41); }

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

border-color css

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

 span { border-color: rgb(185,32,41); }

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