Html Css Color HEX #B91D3C Cardinal

📋 copy color: '#B91D3C'

red 185 ◦ green 29 ◦ blue 60

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

Shades of Cardinal #B91D3C

Tints of Cardinal #B91D3C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.58%

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

R = 67.52%
G = 10.58%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B91D3C (or 0xB91D3C) is known color: Cardinal. HEX triplet: B9, 1D and 3C. RGB value is (185,29,60). Sum of RGB (Red+Green+Blue) = 185+29+60=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91D3C is #46E2C3. Grayscale: #4F4F4F. Windows color (decimal): -4645572 or 3939769. OLE color: 3939769.

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

Color convert

RGB 185 29 60 -
CMYK 0 0.84 0.68 0.27
HSL 348.08º 0.73% 0.42% -
HSV(B) 348.08º 0.84% 0.73% -
XYZ 21.26 11.52 5.38 -
YUV 79.18 117.18 203.48 -
System Red Green Blue C M Y K H S L
Decimal 185 29 60 0 0.84 0.68 0.27 348.08 0.73 0.42
Hex B9 1D 3C 0 54 44 1B 15C 49 2A
Octal 271 35 74 0 124 104 33 534 111 52
Binary 10111001 11101 111100 0 1010100 1000100 11011 101011100 1001001 101010

Color Harmonies of #B91D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91D3C

Black with #B91D3C

Text Example


Text Example

White with #B91D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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