Html Css Color HEX #BF1835 Cardinal

📋 copy color: '#BF1835'

red 191 ◦ green 24 ◦ blue 53

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

Shades of Cardinal #BF1835

Tints of Cardinal #BF1835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.78%

R = 71.27%
G = 8.96%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BF1835 (or 0xBF1835) is known color: Cardinal. HEX triplet: BF, 18 and 35. RGB value is (191,24,53). Sum of RGB (Red+Green+Blue) = 191+24+53=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1835 is #40E7CA. Grayscale: #4D4D4D. Windows color (decimal): -4253643 or 3479743. OLE color: 3479743.

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

Color convert

RGB 191 24 53 -
CMYK 0 0.87 0.72 0.25
HSL 349.58º 0.78% 0.42% -
HSV(B) 349.58º 0.87% 0.75% -
XYZ 22.46 11.99 4.5 -
YUV 77.24 114.33 209.14 -
System Red Green Blue C M Y K H S L
Decimal 191 24 53 0 0.87 0.72 0.25 349.58 0.78 0.42
Hex BF 18 35 0 57 48 19 15E 4E 2A
Octal 277 30 65 0 127 110 31 536 116 52
Binary 10111111 11000 110101 0 1010111 1001000 11001 101011110 1001110 101010

Color Harmonies of #BF1835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1835

Black with #BF1835

Text Example


Text Example

White with #BF1835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1835; }

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

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

background-color css

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

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

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

border-color css

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

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

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