Html Css Color HEX #B92329 Cardinal

📋 copy color: '#B92329'

red 185 ◦ green 35 ◦ blue 41

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

Shades of Cardinal #B92329

Tints of Cardinal #B92329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.41%

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

R = 70.88%
G = 13.41%
B = 15.71%

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

#B92329 (or 0xB92329) is known color: Cardinal. HEX triplet: B9, 23 and 29. RGB value is (185,35,41). Sum of RGB (Red+Green+Blue) = 185+35+41=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B92329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92329 is #46DCD6. Grayscale: #505050. Windows color (decimal): -4644055 or 2696121. OLE color: 2696121.

HSL color Cylindrical-coordinate representation of color #B92329: hue angle of 357.6º degrees, saturation: 0.68, 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 #B92329 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 35 41 -
CMYK 0 0.81 0.78 0.27
HSL 357.6º 0.68% 0.43% -
HSV(B) 357.6º 0.81% 0.73% -
XYZ 21.01 11.68 3.24 -
YUV 80.53 105.7 202.51 -
System Red Green Blue C M Y K H S L
Decimal 185 35 41 0 0.81 0.78 0.27 357.6 0.68 0.43
Hex B9 23 29 0 51 4E 1B 166 44 2B
Octal 271 43 51 0 121 116 33 546 104 53
Binary 10111001 100011 101001 0 1010001 1001110 11011 101100110 1000100 101011

Color Harmonies of #B92329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92329

Black with #B92329

Text Example


Text Example

White with #B92329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92329; }

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

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

background-color css

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

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

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

border-color css

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

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

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