Html Css Color HEX #B9252E Cardinal

📋 copy color: '#B9252E'

red 185 ◦ green 37 ◦ blue 46

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

Shades of Cardinal #B9252E

Tints of Cardinal #B9252E

RGB

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

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

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

R = 69.03%
G = 13.81%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9252E (or 0xB9252E) is known color: Cardinal. HEX triplet: B9, 25 and 2E. RGB value is (185,37,46). Sum of RGB (Red+Green+Blue) = 185+37+46=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B9252E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9252E is #46DAD1. Grayscale: #525252. Windows color (decimal): -4643538 or 3024313. OLE color: 3024313.

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

Color convert

RGB 185 37 46 -
CMYK 0 0.80 0.75 0.27
HSL 356.35º 0.67% 0.44% -
HSV(B) 356.35º 0.8% 0.73% -
XYZ 21.16 11.83 3.75 -
YUV 82.28 107.53 201.27 -
System Red Green Blue C M Y K H S L
Decimal 185 37 46 0 0.80 0.75 0.27 356.35 0.67 0.44
Hex B9 25 2E 0 50 4B 1B 164 43 2C
Octal 271 45 56 0 120 113 33 544 103 54
Binary 10111001 100101 101110 0 1010000 1001011 11011 101100100 1000011 101100

Color Harmonies of #B9252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9252E

Black with #B9252E

Text Example


Text Example

White with #B9252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9252E; }

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

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

background-color css

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

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

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

border-color css

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

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

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