Html Css Color HEX #B92529 Cardinal

📋 copy color: '#B92529'

red 185 ◦ green 37 ◦ blue 41

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

Shades of Cardinal #B92529

Tints of Cardinal #B92529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.07%

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

R = 70.34%
G = 14.07%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B92529 (or 0xB92529) is known color: Cardinal. HEX triplet: B9, 25 and 29. RGB value is (185,37,41). Sum of RGB (Red+Green+Blue) = 185+37+41=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B92529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92529 is #46DAD6. Grayscale: #515151. Windows color (decimal): -4643543 or 2696633. OLE color: 2696633.

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

Color convert

RGB 185 37 41 -
CMYK 0 0.80 0.78 0.27
HSL 358.38º 0.67% 0.44% -
HSV(B) 358.38º 0.8% 0.73% -
XYZ 21.07 11.8 3.26 -
YUV 81.71 105.03 201.67 -
System Red Green Blue C M Y K H S L
Decimal 185 37 41 0 0.80 0.78 0.27 358.38 0.67 0.44
Hex B9 25 29 0 50 4E 1B 166 43 2C
Octal 271 45 51 0 120 116 33 546 103 54
Binary 10111001 100101 101001 0 1010000 1001110 11011 101100110 1000011 101100

Color Harmonies of #B92529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92529

Black with #B92529

Text Example


Text Example

White with #B92529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92529; }

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

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

background-color css

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

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

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

border-color css

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

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

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