Html Css Color HEX #BF222B Cardinal

📋 copy color: '#BF222B'

red 191 ◦ green 34 ◦ blue 43

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

Shades of Cardinal #BF222B

Tints of Cardinal #BF222B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.04%

R = 71.27%
G = 12.69%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF222B (or 0xBF222B) is known color: Cardinal. HEX triplet: BF, 22 and 2B. RGB value is (191,34,43). Sum of RGB (Red+Green+Blue) = 191+34+43=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF222B is #40DDD4. Grayscale: #525252. Windows color (decimal): -4251093 or 2826943. OLE color: 2826943.

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

Color convert

RGB 191 34 43 -
CMYK 0 0.82 0.77 0.25
HSL 356.56º 0.7% 0.44% -
HSV(B) 356.56º 0.82% 0.75% -
XYZ 22.49 12.39 3.49 -
YUV 81.97 106.01 205.77 -
System Red Green Blue C M Y K H S L
Decimal 191 34 43 0 0.82 0.77 0.25 356.56 0.7 0.44
Hex BF 22 2B 0 52 4D 19 165 46 2C
Octal 277 42 53 0 122 115 31 545 106 54
Binary 10111111 100010 101011 0 1010010 1001101 11001 101100101 1000110 101100

Color Harmonies of #BF222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF222B

Black with #BF222B

Text Example


Text Example

White with #BF222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF222B; }

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

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

background-color css

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

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

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

border-color css

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

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

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