Html Css Color HEX #BF213A Cardinal

📋 copy color: '#BF213A'

red 191 ◦ green 33 ◦ blue 58

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

Shades of Cardinal #BF213A

Tints of Cardinal #BF213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.57%

R = 67.73%
G = 11.7%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF213A (or 0xBF213A) is known color: Cardinal. HEX triplet: BF, 21 and 3A. RGB value is (191,33,58). Sum of RGB (Red+Green+Blue) = 191+33+58=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF213A is #40DEC5. Grayscale: #535353. Windows color (decimal): -4251334 or 3809727. OLE color: 3809727.

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

Color convert

RGB 191 33 58 -
CMYK 0 0.83 0.70 0.25
HSL 350.51º 0.71% 0.44% -
HSV(B) 350.51º 0.83% 0.75% -
XYZ 22.79 12.47 5.21 -
YUV 83.09 113.85 204.97 -
System Red Green Blue C M Y K H S L
Decimal 191 33 58 0 0.83 0.70 0.25 350.51 0.71 0.44
Hex BF 21 3A 0 53 46 19 15F 47 2C
Octal 277 41 72 0 123 106 31 537 107 54
Binary 10111111 100001 111010 0 1010011 1000110 11001 101011111 1000111 101100

Color Harmonies of #BF213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF213A

Black with #BF213A

Text Example


Text Example

White with #BF213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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