Html Css Color HEX #BF182C Cardinal

📋 copy color: '#BF182C'

red 191 ◦ green 24 ◦ blue 44

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

Shades of Cardinal #BF182C

Tints of Cardinal #BF182C

RGB

 RED value IS 191 (75% from 255) = 73.75%

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

 BLUE value IS 44 (17.58% from 255) = 16.99%

R = 73.75%
G = 9.27%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF182C (or 0xBF182C) is known color: Cardinal. HEX triplet: BF, 18 and 2C. RGB value is (191,24,44). Sum of RGB (Red+Green+Blue) = 191+24+44=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF182C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF182C is #40E7D3. Grayscale: #4C4C4C. Windows color (decimal): -4253652 or 2889919. OLE color: 2889919.

HSL color Cylindrical-coordinate representation of color #BF182C: hue angle of 352.81º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF182C is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 24 44 -
CMYK 0 0.87 0.77 0.25
HSL 352.81º 0.78% 0.42% -
HSV(B) 352.81º 0.87% 0.75% -
XYZ 22.27 11.91 3.51 -
YUV 76.21 109.83 209.87 -
System Red Green Blue C M Y K H S L
Decimal 191 24 44 0 0.87 0.77 0.25 352.81 0.78 0.42
Hex BF 18 2C 0 57 4D 19 161 4E 2A
Octal 277 30 54 0 127 115 31 541 116 52
Binary 10111111 11000 101100 0 1010111 1001101 11001 101100001 1001110 101010

Color Harmonies of #BF182C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF182C

Black with #BF182C

Text Example


Text Example

White with #BF182C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF182C; }

 p { color: rgb(191,24,44); }

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

background-color css

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

 a { background-color: rgb(191,24,44); }

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

border-color css

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

 span { border-color: rgb(191,24,44); }

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