Html Css Color HEX #BF183B Cardinal

📋 copy color: '#BF183B'

red 191 ◦ green 24 ◦ blue 59

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

Shades of Cardinal #BF183B

Tints of Cardinal #BF183B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.76%

 BLUE value IS 59 (23.44% from 255) = 21.53%

R = 69.71%
G = 8.76%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF183B (or 0xBF183B) is known color: Cardinal. HEX triplet: BF, 18 and 3B. RGB value is (191,24,59). Sum of RGB (Red+Green+Blue) = 191+24+59=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF183B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF183B is #40E7C4. Grayscale: #4D4D4D. Windows color (decimal): -4253637 or 3872959. OLE color: 3872959.

HSL color Cylindrical-coordinate representation of color #BF183B: hue angle of 347.43º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF183B is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 24 59 -
CMYK 0 0.87 0.69 0.25
HSL 347.43º 0.78% 0.42% -
HSV(B) 347.43º 0.87% 0.75% -
XYZ 22.6 12.05 5.27 -
YUV 77.92 117.33 208.65 -
System Red Green Blue C M Y K H S L
Decimal 191 24 59 0 0.87 0.69 0.25 347.43 0.78 0.42
Hex BF 18 3B 0 57 45 19 15B 4E 2A
Octal 277 30 73 0 127 105 31 533 116 52
Binary 10111111 11000 111011 0 1010111 1000101 11001 101011011 1001110 101010

Color Harmonies of #BF183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF183B

Black with #BF183B

Text Example


Text Example

White with #BF183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF183B; }

 p { color: rgb(191,24,59); }

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

background-color css

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

 a { background-color: rgb(191,24,59); }

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

border-color css

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

 span { border-color: rgb(191,24,59); }

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