Html Css Color HEX #BF202C Cardinal

📋 copy color: '#BF202C'

red 191 ◦ green 32 ◦ blue 44

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

Shades of Cardinal #BF202C

Tints of Cardinal #BF202C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.99%

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

R = 71.54%
G = 11.99%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF202C (or 0xBF202C) is known color: Cardinal. HEX triplet: BF, 20 and 2C. RGB value is (191,32,44). Sum of RGB (Red+Green+Blue) = 191+32+44=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF202C is #40DFD3. Grayscale: #515151. Windows color (decimal): -4251604 or 2891967. OLE color: 2891967.

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

Color convert

RGB 191 32 44 -
CMYK 0 0.83 0.77 0.25
HSL 355.47º 0.71% 0.44% -
HSV(B) 355.47º 0.83% 0.75% -
XYZ 22.46 12.29 3.57 -
YUV 80.91 107.18 206.52 -
System Red Green Blue C M Y K H S L
Decimal 191 32 44 0 0.83 0.77 0.25 355.47 0.71 0.44
Hex BF 20 2C 0 53 4D 19 163 47 2C
Octal 277 40 54 0 123 115 31 543 107 54
Binary 10111111 100000 101100 0 1010011 1001101 11001 101100011 1000111 101100

Color Harmonies of #BF202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF202C

Black with #BF202C

Text Example


Text Example

White with #BF202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF202C; }

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

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

background-color css

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

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

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

border-color css

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

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

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