Html Css Color HEX #B92429 Cardinal

📋 copy color: '#B92429'

red 185 ◦ green 36 ◦ blue 41

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

Shades of Cardinal #B92429

Tints of Cardinal #B92429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.74%

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

R = 70.61%
G = 13.74%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B92429 (or 0xB92429) is known color: Cardinal. HEX triplet: B9, 24 and 29. RGB value is (185,36,41). Sum of RGB (Red+Green+Blue) = 185+36+41=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B92429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92429 is #46DBD6. Grayscale: #515151. Windows color (decimal): -4643799 or 2696377. OLE color: 2696377.

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

Color convert

RGB 185 36 41 -
CMYK 0 0.81 0.78 0.27
HSL 357.99º 0.67% 0.43% -
HSV(B) 357.99º 0.81% 0.73% -
XYZ 21.04 11.74 3.25 -
YUV 81.12 105.36 202.09 -
System Red Green Blue C M Y K H S L
Decimal 185 36 41 0 0.81 0.78 0.27 357.99 0.67 0.43
Hex B9 24 29 0 51 4E 1B 166 43 2B
Octal 271 44 51 0 121 116 33 546 103 53
Binary 10111001 100100 101001 0 1010001 1001110 11011 101100110 1000011 101011

Color Harmonies of #B92429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92429

Black with #B92429

Text Example


Text Example

White with #B92429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92429; }

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

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

background-color css

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

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

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

border-color css

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

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

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