Html Css Color HEX #BF132B Cardinal

📋 copy color: '#BF132B'

red 191 ◦ green 19 ◦ blue 43

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

Shades of Cardinal #BF132B

Tints of Cardinal #BF132B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17%

R = 75.49%
G = 7.51%
B = 17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF132B (or 0xBF132B) is known color: Cardinal. HEX triplet: BF, 13 and 2B. RGB value is (191,19,43). Sum of RGB (Red+Green+Blue) = 191+19+43=253 (33% of max value = 765). Red value is 191 (75% from 255 or 75.49% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 191 - color contains mainly: red. Hex color #BF132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF132B is #40ECD4. Grayscale: #494949. Windows color (decimal): -4254933 or 2823103. OLE color: 2823103.

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

Color convert

RGB 191 19 43 -
CMYK 0 0.90 0.77 0.25
HSL 351.63º 0.82% 0.41% -
HSV(B) 351.63º 0.9% 0.75% -
XYZ 22.15 11.72 3.38 -
YUV 73.16 110.98 212.05 -
System Red Green Blue C M Y K H S L
Decimal 191 19 43 0 0.90 0.77 0.25 351.63 0.82 0.41
Hex BF 13 2B 0 5A 4D 19 160 52 29
Octal 277 23 53 0 132 115 31 540 122 51
Binary 10111111 10011 101011 0 1011010 1001101 11001 101100000 1010010 101001

Color Harmonies of #BF132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF132B

Black with #BF132B

Text Example


Text Example

White with #BF132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF132B; }

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

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

background-color css

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

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

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

border-color css

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

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

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