Html Css Color HEX #B9242B Cardinal

📋 copy color: '#B9242B'

red 185 ◦ green 36 ◦ blue 43

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

Shades of Cardinal #B9242B

Tints of Cardinal #B9242B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.29%

R = 70.08%
G = 13.64%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9242B (or 0xB9242B) is known color: Cardinal. HEX triplet: B9, 24 and 2B. RGB value is (185,36,43). Sum of RGB (Red+Green+Blue) = 185+36+43=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B9242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9242B is #46DBD4. Grayscale: #515151. Windows color (decimal): -4643797 or 2827449. OLE color: 2827449.

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

Color convert

RGB 185 36 43 -
CMYK 0 0.81 0.77 0.27
HSL 357.18º 0.67% 0.43% -
HSV(B) 357.18º 0.81% 0.73% -
XYZ 21.07 11.75 3.44 -
YUV 81.35 106.36 201.93 -
System Red Green Blue C M Y K H S L
Decimal 185 36 43 0 0.81 0.77 0.27 357.18 0.67 0.43
Hex B9 24 2B 0 51 4D 1B 165 43 2B
Octal 271 44 53 0 121 115 33 545 103 53
Binary 10111001 100100 101011 0 1010001 1001101 11011 101100101 1000011 101011

Color Harmonies of #B9242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9242B

Black with #B9242B

Text Example


Text Example

White with #B9242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9242B; }

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

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

background-color css

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

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

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

border-color css

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

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

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