Html Css Color HEX #BF133A Cardinal

📋 copy color: '#BF133A'

red 191 ◦ green 19 ◦ blue 58

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

Shades of Cardinal #BF133A

Tints of Cardinal #BF133A

RGB

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

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

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

R = 71.27%
G = 7.09%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF133A (or 0xBF133A) is known color: Cardinal. HEX triplet: BF, 13 and 3A. RGB value is (191,19,58). Sum of RGB (Red+Green+Blue) = 191+19+58=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF133A is #40ECC5. Grayscale: #4A4A4A. Windows color (decimal): -4254918 or 3806143. OLE color: 3806143.

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

Color convert

RGB 191 19 58 -
CMYK 0 0.90 0.70 0.25
HSL 346.4º 0.82% 0.41% -
HSV(B) 346.4º 0.9% 0.75% -
XYZ 22.48 11.85 5.1 -
YUV 74.87 118.48 210.83 -
System Red Green Blue C M Y K H S L
Decimal 191 19 58 0 0.90 0.70 0.25 346.4 0.82 0.41
Hex BF 13 3A 0 5A 46 19 15A 52 29
Octal 277 23 72 0 132 106 31 532 122 51
Binary 10111111 10011 111010 0 1011010 1000110 11001 101011010 1010010 101001

Color Harmonies of #BF133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF133A

Black with #BF133A

Text Example


Text Example

White with #BF133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF133A; }

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

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

background-color css

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

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

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

border-color css

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

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

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