Html Css Color HEX #B9253A Cardinal

📋 copy color: '#B9253A'

red 185 ◦ green 37 ◦ blue 58

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

Shades of Cardinal #B9253A

Tints of Cardinal #B9253A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.71%

R = 66.07%
G = 13.21%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9253A (or 0xB9253A) is known color: Cardinal. HEX triplet: B9, 25 and 3A. RGB value is (185,37,58). Sum of RGB (Red+Green+Blue) = 185+37+58=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B9253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9253A is #46DAC5. Grayscale: #535353. Windows color (decimal): -4643526 or 3810745. OLE color: 3810745.

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

Color convert

RGB 185 37 58 -
CMYK 0 0.80 0.69 0.27
HSL 351.49º 0.67% 0.44% -
HSV(B) 351.49º 0.8% 0.73% -
XYZ 21.43 11.94 5.18 -
YUV 83.65 113.53 200.29 -
System Red Green Blue C M Y K H S L
Decimal 185 37 58 0 0.80 0.69 0.27 351.49 0.67 0.44
Hex B9 25 3A 0 50 45 1B 15F 43 2C
Octal 271 45 72 0 120 105 33 537 103 54
Binary 10111001 100101 111010 0 1010000 1000101 11011 101011111 1000011 101100

Color Harmonies of #B9253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9253A

Black with #B9253A

Text Example


Text Example

White with #B9253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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