Html Css Color HEX #B92430 Cardinal

📋 copy color: '#B92430'

red 185 ◦ green 36 ◦ blue 48

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

Shades of Cardinal #B92430

Tints of Cardinal #B92430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.84%

R = 68.77%
G = 13.38%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B92430 (or 0xB92430) is known color: Cardinal. HEX triplet: B9, 24 and 30. RGB value is (185,36,48). Sum of RGB (Red+Green+Blue) = 185+36+48=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B92430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92430 is #46DBCF. Grayscale: #525252. Windows color (decimal): -4643792 or 3155129. OLE color: 3155129.

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

Color convert

RGB 185 36 48 -
CMYK 0 0.81 0.74 0.27
HSL 355.17º 0.67% 0.43% -
HSV(B) 355.17º 0.81% 0.73% -
XYZ 21.17 11.79 3.96 -
YUV 81.92 108.86 201.52 -
System Red Green Blue C M Y K H S L
Decimal 185 36 48 0 0.81 0.74 0.27 355.17 0.67 0.43
Hex B9 24 30 0 51 4A 1B 163 43 2B
Octal 271 44 60 0 121 112 33 543 103 53
Binary 10111001 100100 110000 0 1010001 1001010 11011 101100011 1000011 101011

Color Harmonies of #B92430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92430

Black with #B92430

Text Example


Text Example

White with #B92430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92430; }

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

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

background-color css

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

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

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

border-color css

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

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

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