Html Css Color HEX #BF202F Cardinal

📋 copy color: '#BF202F'

red 191 ◦ green 32 ◦ blue 47

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

Shades of Cardinal #BF202F

Tints of Cardinal #BF202F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.41%

R = 70.74%
G = 11.85%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF202F (or 0xBF202F) is known color: Cardinal. HEX triplet: BF, 20 and 2F. RGB value is (191,32,47). Sum of RGB (Red+Green+Blue) = 191+32+47=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF202F is #40DFD0. Grayscale: #515151. Windows color (decimal): -4251601 or 3088575. OLE color: 3088575.

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

Color convert

RGB 191 32 47 -
CMYK 0 0.83 0.75 0.25
HSL 354.34º 0.71% 0.44% -
HSV(B) 354.34º 0.83% 0.75% -
XYZ 22.52 12.31 3.88 -
YUV 81.25 108.68 206.28 -
System Red Green Blue C M Y K H S L
Decimal 191 32 47 0 0.83 0.75 0.25 354.34 0.71 0.44
Hex BF 20 2F 0 53 4B 19 162 47 2C
Octal 277 40 57 0 123 113 31 542 107 54
Binary 10111111 100000 101111 0 1010011 1001011 11001 101100010 1000111 101100

Color Harmonies of #BF202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF202F

Black with #BF202F

Text Example


Text Example

White with #BF202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF202F; }

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

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

background-color css

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

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

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

border-color css

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

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

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