Html Css Color HEX #BF222F Cardinal

📋 copy color: '#BF222F'

red 191 ◦ green 34 ◦ blue 47

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

Shades of Cardinal #BF222F

Tints of Cardinal #BF222F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.5%

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

R = 70.22%
G = 12.5%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF222F (or 0xBF222F) is known color: Cardinal. HEX triplet: BF, 22 and 2F. RGB value is (191,34,47). Sum of RGB (Red+Green+Blue) = 191+34+47=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF222F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF222F is #40DDD0. Grayscale: #525252. Windows color (decimal): -4251089 or 3089087. OLE color: 3089087.

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

Color convert

RGB 191 34 47 -
CMYK 0 0.82 0.75 0.25
HSL 355.03º 0.7% 0.44% -
HSV(B) 355.03º 0.82% 0.75% -
XYZ 22.57 12.43 3.9 -
YUV 82.43 108.01 205.44 -
System Red Green Blue C M Y K H S L
Decimal 191 34 47 0 0.82 0.75 0.25 355.03 0.7 0.44
Hex BF 22 2F 0 52 4B 19 163 46 2C
Octal 277 42 57 0 122 113 31 543 106 54
Binary 10111111 100010 101111 0 1010010 1001011 11001 101100011 1000110 101100

Color Harmonies of #BF222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF222F

Black with #BF222F

Text Example


Text Example

White with #BF222F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF222F; }

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

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

background-color css

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

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

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

border-color css

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

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

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