Html Css Color HEX #B9253B Cardinal

📋 copy color: '#B9253B'

red 185 ◦ green 37 ◦ blue 59

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

Shades of Cardinal #B9253B

Tints of Cardinal #B9253B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21%

R = 65.84%
G = 13.17%
B = 21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9253B (or 0xB9253B) is known color: Cardinal. HEX triplet: B9, 25 and 3B. RGB value is (185,37,59). Sum of RGB (Red+Green+Blue) = 185+37+59=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B9253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9253B is #46DAC4. Grayscale: #535353. Windows color (decimal): -4643525 or 3876281. OLE color: 3876281.

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

Color convert

RGB 185 37 59 -
CMYK 0 0.80 0.68 0.27
HSL 351.08º 0.67% 0.44% -
HSV(B) 351.08º 0.8% 0.73% -
XYZ 21.46 11.95 5.31 -
YUV 83.76 114.03 200.21 -
System Red Green Blue C M Y K H S L
Decimal 185 37 59 0 0.80 0.68 0.27 351.08 0.67 0.44
Hex B9 25 3B 0 50 44 1B 15F 43 2C
Octal 271 45 73 0 120 104 33 537 103 54
Binary 10111001 100101 111011 0 1010000 1000100 11011 101011111 1000011 101100

Color Harmonies of #B9253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9253B

Black with #B9253B

Text Example


Text Example

White with #B9253B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9253B; }

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

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

background-color css

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

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

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

border-color css

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

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

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