Html Css Color HEX #B9242E Cardinal

📋 copy color: '#B9242E'

red 185 ◦ green 36 ◦ blue 46

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

Shades of Cardinal #B9242E

Tints of Cardinal #B9242E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.23%

R = 69.29%
G = 13.48%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9242E (or 0xB9242E) is known color: Cardinal. HEX triplet: B9, 24 and 2E. RGB value is (185,36,46). Sum of RGB (Red+Green+Blue) = 185+36+46=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B9242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9242E is #46DBD1. Grayscale: #515151. Windows color (decimal): -4643794 or 3024057. OLE color: 3024057.

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

Color convert

RGB 185 36 46 -
CMYK 0 0.81 0.75 0.27
HSL 355.97º 0.67% 0.43% -
HSV(B) 355.97º 0.81% 0.73% -
XYZ 21.13 11.77 3.74 -
YUV 81.69 107.86 201.69 -
System Red Green Blue C M Y K H S L
Decimal 185 36 46 0 0.81 0.75 0.27 355.97 0.67 0.43
Hex B9 24 2E 0 51 4B 1B 164 43 2B
Octal 271 44 56 0 121 113 33 544 103 53
Binary 10111001 100100 101110 0 1010001 1001011 11011 101100100 1000011 101011

Color Harmonies of #B9242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9242E

Black with #B9242E

Text Example


Text Example

White with #B9242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9242E; }

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

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

background-color css

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

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

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

border-color css

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

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

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