Html Css Color HEX #BF223C Cardinal

📋 copy color: '#BF223C'

red 191 ◦ green 34 ◦ blue 60

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

Shades of Cardinal #BF223C

Tints of Cardinal #BF223C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.05%

R = 67.02%
G = 11.93%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF223C (or 0xBF223C) is known color: Cardinal. HEX triplet: BF, 22 and 3C. RGB value is (191,34,60). Sum of RGB (Red+Green+Blue) = 191+34+60=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF223C is #40DDC3. Grayscale: #535353. Windows color (decimal): -4251076 or 3941055. OLE color: 3941055.

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

Color convert

RGB 191 34 60 -
CMYK 0 0.82 0.69 0.25
HSL 350.06º 0.7% 0.44% -
HSV(B) 350.06º 0.82% 0.75% -
XYZ 22.87 12.55 5.49 -
YUV 83.91 114.51 204.39 -
System Red Green Blue C M Y K H S L
Decimal 191 34 60 0 0.82 0.69 0.25 350.06 0.7 0.44
Hex BF 22 3C 0 52 45 19 15E 46 2C
Octal 277 42 74 0 122 105 31 536 106 54
Binary 10111111 100010 111100 0 1010010 1000101 11001 101011110 1000110 101100

Color Harmonies of #BF223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF223C

Black with #BF223C

Text Example


Text Example

White with #BF223C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF223C; }

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

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

background-color css

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

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

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

border-color css

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

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

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