Html Css Color HEX #B92129 Cardinal

📋 copy color: '#B92129'

red 185 ◦ green 33 ◦ blue 41

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

Shades of Cardinal #B92129

Tints of Cardinal #B92129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.74%

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

R = 71.43%
G = 12.74%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B92129 (or 0xB92129) is known color: Cardinal. HEX triplet: B9, 21 and 29. RGB value is (185,33,41). Sum of RGB (Red+Green+Blue) = 185+33+41=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B92129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92129 is #46DED6. Grayscale: #4F4F4F. Windows color (decimal): -4644567 or 2695609. OLE color: 2695609.

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

Color convert

RGB 185 33 41 -
CMYK 0 0.82 0.78 0.27
HSL 356.84º 0.7% 0.43% -
HSV(B) 356.84º 0.82% 0.73% -
XYZ 20.95 11.56 3.23 -
YUV 79.36 106.36 203.35 -
System Red Green Blue C M Y K H S L
Decimal 185 33 41 0 0.82 0.78 0.27 356.84 0.7 0.43
Hex B9 21 29 0 52 4E 1B 165 46 2B
Octal 271 41 51 0 122 116 33 545 106 53
Binary 10111001 100001 101001 0 1010010 1001110 11011 101100101 1000110 101011

Color Harmonies of #B92129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92129

Black with #B92129

Text Example


Text Example

White with #B92129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92129; }

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

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

background-color css

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

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

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

border-color css

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

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

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