Html Css Color HEX #BF212F Cardinal

📋 copy color: '#BF212F'

red 191 ◦ green 33 ◦ blue 47

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

Shades of Cardinal #BF212F

Tints of Cardinal #BF212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.18%

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

R = 70.48%
G = 12.18%
B = 17.34%

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

#BF212F (or 0xBF212F) is known color: Cardinal. HEX triplet: BF, 21 and 2F. RGB value is (191,33,47). Sum of RGB (Red+Green+Blue) = 191+33+47=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF212F is #40DED0. Grayscale: #515151. Windows color (decimal): -4251345 or 3088831. OLE color: 3088831.

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

Color convert

RGB 191 33 47 -
CMYK 0 0.83 0.75 0.25
HSL 354.68º 0.71% 0.44% -
HSV(B) 354.68º 0.83% 0.75% -
XYZ 22.54 12.37 3.89 -
YUV 81.84 108.35 205.86 -
System Red Green Blue C M Y K H S L
Decimal 191 33 47 0 0.83 0.75 0.25 354.68 0.71 0.44
Hex BF 21 2F 0 53 4B 19 163 47 2C
Octal 277 41 57 0 123 113 31 543 107 54
Binary 10111111 100001 101111 0 1010011 1001011 11001 101100011 1000111 101100

Color Harmonies of #BF212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF212F

Black with #BF212F

Text Example


Text Example

White with #BF212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF212F; }

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

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

background-color css

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

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

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

border-color css

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

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

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