Html Css Color HEX #B9183C Cardinal

📋 copy color: '#B9183C'

red 185 ◦ green 24 ◦ blue 60

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

Shades of Cardinal #B9183C

Tints of Cardinal #B9183C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.92%

 BLUE value IS 60 (23.83% from 255) = 22.3%

R = 68.77%
G = 8.92%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9183C (or 0xB9183C) is known color: Cardinal. HEX triplet: B9, 18 and 3C. RGB value is (185,24,60). Sum of RGB (Red+Green+Blue) = 185+24+60=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B9183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9183C is #46E7C3. Grayscale: #4C4C4C. Windows color (decimal): -4646852 or 3938489. OLE color: 3938489.

HSL color Cylindrical-coordinate representation of color #B9183C: hue angle of 346.58º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B9183C is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 24 60 -
CMYK 0 0.87 0.68 0.27
HSL 346.58º 0.77% 0.41% -
HSV(B) 346.58º 0.87% 0.73% -
XYZ 21.15 11.29 5.34 -
YUV 76.24 118.84 205.57 -
System Red Green Blue C M Y K H S L
Decimal 185 24 60 0 0.87 0.68 0.27 346.58 0.77 0.41
Hex B9 18 3C 0 57 44 1B 15B 4D 29
Octal 271 30 74 0 127 104 33 533 115 51
Binary 10111001 11000 111100 0 1010111 1000100 11011 101011011 1001101 101001

Color Harmonies of #B9183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9183C

Black with #B9183C

Text Example


Text Example

White with #B9183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9183C; }

 p { color: rgb(185,24,60); }

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

background-color css

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

 a { background-color: rgb(185,24,60); }

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

border-color css

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

 span { border-color: rgb(185,24,60); }

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