Html Css Color HEX #BF133F Cardinal

📋 copy color: '#BF133F'

red 191 ◦ green 19 ◦ blue 63

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

Shades of Cardinal #BF133F

Tints of Cardinal #BF133F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

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

R = 69.96%
G = 6.96%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF133F (or 0xBF133F) is known color: Cardinal. HEX triplet: BF, 13 and 3F. RGB value is (191,19,63). Sum of RGB (Red+Green+Blue) = 191+19+63=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF133F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF133F is #40ECC0. Grayscale: #4B4B4B. Windows color (decimal): -4254913 or 4133823. OLE color: 4133823.

HSL color Cylindrical-coordinate representation of color #BF133F: hue angle of 344.65º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF133F is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 19 63 -
CMYK 0 0.90 0.67 0.25
HSL 344.65º 0.82% 0.41% -
HSV(B) 344.65º 0.9% 0.75% -
XYZ 22.62 11.9 5.81 -
YUV 75.44 120.98 210.42 -
System Red Green Blue C M Y K H S L
Decimal 191 19 63 0 0.90 0.67 0.25 344.65 0.82 0.41
Hex BF 13 3F 0 5A 43 19 159 52 29
Octal 277 23 77 0 132 103 31 531 122 51
Binary 10111111 10011 111111 0 1011010 1000011 11001 101011001 1010010 101001

Color Harmonies of #BF133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF133F

Black with #BF133F

Text Example


Text Example

White with #BF133F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF133F; }

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

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

background-color css

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

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

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

border-color css

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

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

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