Html Css Color HEX #BF223F Cardinal

📋 copy color: '#BF223F'

red 191 ◦ green 34 ◦ blue 63

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

Shades of Cardinal #BF223F

Tints of Cardinal #BF223F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.88%

R = 66.32%
G = 11.81%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF223F (or 0xBF223F) is known color: Cardinal. HEX triplet: BF, 22 and 3F. RGB value is (191,34,63). Sum of RGB (Red+Green+Blue) = 191+34+63=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF223F is #40DDC0. Grayscale: #545454. Windows color (decimal): -4251073 or 4137663. OLE color: 4137663.

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

Color convert

RGB 191 34 63 -
CMYK 0 0.82 0.67 0.25
HSL 348.92º 0.7% 0.44% -
HSV(B) 348.92º 0.82% 0.75% -
XYZ 22.96 12.58 5.92 -
YUV 84.25 116.01 204.14 -
System Red Green Blue C M Y K H S L
Decimal 191 34 63 0 0.82 0.67 0.25 348.92 0.7 0.44
Hex BF 22 3F 0 52 43 19 15D 46 2C
Octal 277 42 77 0 122 103 31 535 106 54
Binary 10111111 100010 111111 0 1010010 1000011 11001 101011101 1000110 101100

Color Harmonies of #BF223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF223F

Black with #BF223F

Text Example


Text Example

White with #BF223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF223F; }

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

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

background-color css

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

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

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

border-color css

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

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

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