Html Css Color HEX #BF2142 Cardinal

📋 copy color: '#BF2142'

red 191 ◦ green 33 ◦ blue 66

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

Shades of Cardinal #BF2142

Tints of Cardinal #BF2142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.76%

R = 65.86%
G = 11.38%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF2142 (or 0xBF2142) is known color: Cardinal. HEX triplet: BF, 21 and 42. RGB value is (191,33,66). Sum of RGB (Red+Green+Blue) = 191+33+66=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2142 is #40DEBD. Grayscale: #545454. Windows color (decimal): -4251326 or 4334015. OLE color: 4334015.

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

Color convert

RGB 191 33 66 -
CMYK 0 0.83 0.65 0.25
HSL 347.47º 0.71% 0.44% -
HSV(B) 347.47º 0.83% 0.75% -
XYZ 23.01 12.56 6.37 -
YUV 84 117.85 204.32 -
System Red Green Blue C M Y K H S L
Decimal 191 33 66 0 0.83 0.65 0.25 347.47 0.71 0.44
Hex BF 21 42 0 53 41 19 15B 47 2C
Octal 277 41 102 0 123 101 31 533 107 54
Binary 10111111 100001 1000010 0 1010011 1000001 11001 101011011 1000111 101100

Color Harmonies of #BF2142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2142

Black with #BF2142

Text Example


Text Example

White with #BF2142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2142; }

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

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

background-color css

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

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

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

border-color css

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

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

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