Html Css Color HEX #B9252A Cardinal

📋 copy color: '#B9252A'

red 185 ◦ green 37 ◦ blue 42

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

Shades of Cardinal #B9252A

Tints of Cardinal #B9252A

RGB

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

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

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

R = 70.08%
G = 14.02%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9252A (or 0xB9252A) is known color: Cardinal. HEX triplet: B9, 25 and 2A. RGB value is (185,37,42). Sum of RGB (Red+Green+Blue) = 185+37+42=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B9252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9252A is #46DAD5. Grayscale: #515151. Windows color (decimal): -4643542 or 2762169. OLE color: 2762169.

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

Color convert

RGB 185 37 42 -
CMYK 0 0.80 0.77 0.27
HSL 357.97º 0.67% 0.44% -
HSV(B) 357.97º 0.8% 0.73% -
XYZ 21.09 11.8 3.36 -
YUV 81.82 105.53 201.59 -
System Red Green Blue C M Y K H S L
Decimal 185 37 42 0 0.80 0.77 0.27 357.97 0.67 0.44
Hex B9 25 2A 0 50 4D 1B 166 43 2C
Octal 271 45 52 0 120 115 33 546 103 54
Binary 10111001 100101 101010 0 1010000 1001101 11011 101100110 1000011 101100

Color Harmonies of #B9252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9252A

Black with #B9252A

Text Example


Text Example

White with #B9252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9252A; }

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

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

background-color css

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

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

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

border-color css

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

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

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