Html Css Color HEX #BF183C Cardinal

📋 copy color: '#BF183C'

red 191 ◦ green 24 ◦ blue 60

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

Shades of Cardinal #BF183C

Tints of Cardinal #BF183C

RGB

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

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

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

R = 69.45%
G = 8.73%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF183C (or 0xBF183C) is known color: Cardinal. HEX triplet: BF, 18 and 3C. RGB value is (191,24,60). Sum of RGB (Red+Green+Blue) = 191+24+60=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF183C is #40E7C3. Grayscale: #4E4E4E. Windows color (decimal): -4253636 or 3938495. OLE color: 3938495.

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

Color convert

RGB 191 24 60 -
CMYK 0 0.87 0.69 0.25
HSL 347.07º 0.78% 0.42% -
HSV(B) 347.07º 0.87% 0.75% -
XYZ 22.63 12.06 5.41 -
YUV 78.04 117.83 208.57 -
System Red Green Blue C M Y K H S L
Decimal 191 24 60 0 0.87 0.69 0.25 347.07 0.78 0.42
Hex BF 18 3C 0 57 45 19 15B 4E 2A
Octal 277 30 74 0 127 105 31 533 116 52
Binary 10111111 11000 111100 0 1010111 1000101 11001 101011011 1001110 101010

Color Harmonies of #BF183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF183C

Black with #BF183C

Text Example


Text Example

White with #BF183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF183C; }

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

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

background-color css

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

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

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

border-color css

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

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

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