Html Css Color HEX #B9242A Cardinal

📋 copy color: '#B9242A'

red 185 ◦ green 36 ◦ blue 42

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

Shades of Cardinal #B9242A

Tints of Cardinal #B9242A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.97%

R = 70.34%
G = 13.69%
B = 15.97%

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

#B9242A (or 0xB9242A) is known color: Cardinal. HEX triplet: B9, 24 and 2A. RGB value is (185,36,42). Sum of RGB (Red+Green+Blue) = 185+36+42=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B9242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9242A is #46DBD5. Grayscale: #515151. Windows color (decimal): -4643798 or 2761913. OLE color: 2761913.

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

Color convert

RGB 185 36 42 -
CMYK 0 0.81 0.77 0.27
HSL 357.58º 0.67% 0.43% -
HSV(B) 357.58º 0.81% 0.73% -
XYZ 21.06 11.74 3.35 -
YUV 81.24 105.86 202.01 -
System Red Green Blue C M Y K H S L
Decimal 185 36 42 0 0.81 0.77 0.27 357.58 0.67 0.43
Hex B9 24 2A 0 51 4D 1B 166 43 2B
Octal 271 44 52 0 121 115 33 546 103 53
Binary 10111001 100100 101010 0 1010001 1001101 11011 101100110 1000011 101011

Color Harmonies of #B9242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9242A

Black with #B9242A

Text Example


Text Example

White with #B9242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9242A; }

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

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

background-color css

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

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

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

border-color css

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

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

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