Html Css Color HEX #BF132E Cardinal

📋 copy color: '#BF132E'

red 191 ◦ green 19 ◦ blue 46

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

Shades of Cardinal #BF132E

Tints of Cardinal #BF132E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.97%

R = 74.61%
G = 7.42%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF132E (or 0xBF132E) is known color: Cardinal. HEX triplet: BF, 13 and 2E. RGB value is (191,19,46). Sum of RGB (Red+Green+Blue) = 191+19+46=256 (33% of max value = 765). Red value is 191 (75% from 255 or 74.61% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 191 - color contains mainly: red. Hex color #BF132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF132E is #40ECD1. Grayscale: #494949. Windows color (decimal): -4254930 or 3019711. OLE color: 3019711.

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

Color convert

RGB 191 19 46 -
CMYK 0 0.90 0.76 0.25
HSL 350.58º 0.82% 0.41% -
HSV(B) 350.58º 0.9% 0.75% -
XYZ 22.21 11.74 3.68 -
YUV 73.51 112.48 211.8 -
System Red Green Blue C M Y K H S L
Decimal 191 19 46 0 0.90 0.76 0.25 350.58 0.82 0.41
Hex BF 13 2E 0 5A 4C 19 15F 52 29
Octal 277 23 56 0 132 114 31 537 122 51
Binary 10111111 10011 101110 0 1011010 1001100 11001 101011111 1010010 101001

Color Harmonies of #BF132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF132E

Black with #BF132E

Text Example


Text Example

White with #BF132E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF132E; }

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

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

background-color css

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

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

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

border-color css

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

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

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